web3.js@0.2x.x web3.eth.iban.checksum
code:example.js
var i = new web3.eth.iban("XE81ETHXREGGAVOFYORK");
var checksum = i.checksum();
console.log(checksum); // "81"
参考
https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethibanchecksum
#web3.js@0.2x.x
#web3.js